From e44a87fe94ea8e23b75d1d76c94a717a81327565 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 11 Mar 2016 16:46:52 -0500 Subject: [PATCH] Fix the textview-margins reftest This test has a word that wouldn't fit in the room we have with a window width of 100, and then we get clipped in the one case but not the other. Make the window a little wider, so it fits. --- testsuite/reftests/textview-margins.ref.ui | 3 ++- testsuite/reftests/textview-margins.ui | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/testsuite/reftests/textview-margins.ref.ui b/testsuite/reftests/textview-margins.ref.ui index 2d1d4498a0..624ba062b7 100644 --- a/testsuite/reftests/textview-margins.ref.ui +++ b/testsuite/reftests/textview-margins.ref.ui @@ -8,7 +8,8 @@ False popup - 100 + 106 + 0 True diff --git a/testsuite/reftests/textview-margins.ui b/testsuite/reftests/textview-margins.ui index 9fd04879a0..34c2d4cc37 100644 --- a/testsuite/reftests/textview-margins.ui +++ b/testsuite/reftests/textview-margins.ui @@ -8,7 +8,8 @@ False popup - 100 + 106 + 0 True -- 2.30.2